home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / SAMP011.RDR < prev    next >
Text File  |  1994-05-23  |  648b  |  21 lines

  1. * Normal Effects (Different Scales)
  2.  
  3. global
  4.     sky cloudy
  5.     floor tiles
  6.  
  7. insert before_textures begin_insert
  8. #include "rshapes.inc"
  9. end_insert
  10.  
  11. texture red     finish plastic    normal bumps    .5 1
  12. texture yellow  finish plastic    normal bumps    .5 .2
  13. texture green   finish plastic    normal bumps    .5 .1
  14. texture cyan    finish plastic    normal bumps    .5 .01
  15. texture blue    finish plastic    normal ripples  .5 1
  16. texture magenta finish plastic    normal ripples  .5 .2
  17. texture white   finish plastic    normal ripples  .5 .1
  18. texture orange  finish plastic    normal ripples  .5 .01
  19.  
  20. block ELLIPS external Ellipsoid
  21.